Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.CanMove (Nuxeo Drive: Can move)

Operation id NuxeoDrive.CanMove
Category Services
Label Nuxeo Drive: Can move
Requires
Since

Parameters

Name Description Type Required Default value
destId string yes  
srcId string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveCanMove
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.CanMove",
  "label" : "Nuxeo Drive: Can move",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.CanMove",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "destId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "srcId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}